runtime.sigctxt.sigFromUser (method)
7 uses
runtime (current package)
os_linux.go#L915: func (c *sigctxt) sigFromUser() bool {
signal_unix.go#L676: if !c.sigFromUser() && flags&_SigPanic != 0 && (gp.throwsplit || gp != mp.curg) {
signal_unix.go#L690: if !c.sigFromUser() && flags&_SigPanic != 0 {
signal_unix.go#L708: if c.sigFromUser() || flags&_SigNotify != 0 {
signal_unix.go#L714: if c.sigFromUser() && signal_ignored(sig) {
signal_unix.go#L963: if GOOS != "freebsd" && (isarchive || islibrary) && handler == _SIG_DFL && !c.sigFromUser() {
signal_unix.go#L1133: if (c.sigFromUser() || flags&_SigPanic == 0) && sig != _SIGPIPE {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |